BALLOON TRAINED OPTIMIZED MODEL (PRODUCT)

Trained on 75k balloon images

0

Description

API Integration Guide

curl -X POST https://api.aimodelplace.com/api/v1/predict \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "model_slug=balloon-trained-optimized-model" \
  -F "file=@/path/to/your/file"

Successful response format (JSON):

{
    "balance_remaining": 630,
    "latencyMs": 69,
    "predictions": [
        {
            "confidence": 0.9464548230171204,
            "label": "Sample Label"
        }
    ],
    "recognized_object": "Sample Label",
    "success": true,
    "tokens_consumed": 10
}

For more detailed parameters and SDK examples, visit our Full API Documentation.

Post Your Comments

Login to comment

Comments

Average Ratings